home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / KING.DIR / 00905_Script_905 < prev    next >
Text File  |  1996-12-04  |  410b  |  23 lines

  1. on exitframe
  2.   puppetsprite 2,true
  3.   if the text of field 915 = 2411 then
  4.     go to the frame + 3
  5.     put "*" into field 915
  6.   end if
  7.   
  8.   set the keyupscript = "typewriter"
  9.   
  10.   
  11.   if the visible of sprite 2 = false then
  12.     set the visible of sprite 2 = true
  13.     updatestage
  14.   else 
  15.     set the visible of sprite 2= false
  16.     updatestage
  17.   end if
  18.   
  19.   
  20.   slow(20)
  21.   go to the frame
  22. end
  23.